home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / UNIX.ZIP / VMSCRACK / GETOPT.H < prev    next >
C/C++ Source or Header  |  1996-11-14  |  77b  |  5 lines

  1. extern int optind;
  2. extern char *optarg;
  3.  
  4. int getopt(int,char **,char *);
  5.